Q3RotateAboutPointTransform_Submit
You can use theQ3RotateAboutPointTransform_Submit
function to submit a rotate-about-point transform without creating an object or allocating memory.
TQ3Status Q3RotateAboutPointTransform_Submit ( const TQ3RotateAboutPointTransformData *data, TQ3ViewObject view);
data
- A pointer to a
TQ3RotateAboutPointTransformData
structure.view
- A view.
DESCRIPTION
TheQ3RotateAboutPointTransform_Submit
function pushes the rotate-about-point transform specified by thedata
parameter onto the view transform stack of the view specified by theview
parameter. The function returnskQ3Success
if the operation succeeds andkQ3Failure
otherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.